home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Timing / ClockDJ.lha / ClockDJ / ClockRexxExamples / getscreentitle.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1991-08-05  |  126 b   |  8 lines

  1. /* rexx  get screen title */
  2. options results
  3. address clockdj
  4. gettopscreen
  5. screen =  result
  6. gettitleofscreen screen
  7. say result
  8.